home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CyberMycha 2001 June
/
CMycha200106.iso
/
Urwisy
/
Scenka_06.swf
/
scripts
/
DefineButton2_378
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2001-04-27
|
152b
|
10 lines
on(release){
stopAllSounds();
tellTarget("_LEVEL0\\")
{
gotoAndStop("STARTMUSIC_D");
play();
}
unloadMovieNum(1);
}